


/* 手机版的默认样式 */
.mo-logo{
	display: none;
}
#phone_nav{
    display: none;
}
.phone_menu{
    display: none;
    float: right;
    margin-top: 24px;
    margin-right: 20px;
}
.phone_return{
    float: right;
    font-size: 20px;
    margin-top: 10px;
    margin-right: 20px;
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow_02.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.search_input #lsj_ss2{
    width: 40px;
    height: 42px;
    background-color: white;
    background-image: url(../images/search_logo_02.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    border-top-right-radius:2rem;
    border-bottom-right-radius: 2rem;
}
.search_input #wd{
    width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    vertical-align: middle;
    padding:0 15px;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.phone_contain{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    background-color: #6179ae;
    overflow-y: scroll;
}
.phone_contain.active{
    left: 0;
}
.phone_nav_contain{
    width: 90%;
    margin: auto;
}
.phone_nav_contain a{
    display: block;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-bottom: 1px  solid white;
}
.phone_nav_contain a .icon-left-dir{
    font-size: 20px;
    color: white;
    float: right;
    width: 18px;
    height: 20px;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: 20px;
    transition: all 0.5s;
}
.phone_nav_contain li ul a{
    height: 0;
    overflow:hidden;
    transition: all 0.5s;
    padding: 0;
    line-height: 40px;
    border: none;
    text-indent: 20px;
    font-weight: normal;
    color: #ff9a00;
}
.phone_nav_contain li.active ul a{
    height: 40px;
}
.phone_nav_contain li.active a .icon-left-dir{
    transform: rotateZ(-90deg);
}
@media screen and (max-width:1230px){
    .w,.w_12{width:100%}
	.w_12, .w_13 {
    width: auto;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
}
	#phone_nav{
        display: block;
    }
	iframe{display: none;}
		.phone_menu{
		    display: block;
		}
#phone_nav{
    display: block;
}
  .phone_search{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0;
        margin: 20px 0;
    }
}
@media screen and (max-width:960px){
	.mo-logo{
		display: block;
	}
    .foot_top{
        height: auto;
    }
    .foot_top .ft_01{
        width: 48%;
    }
    .foot_top .ft_02{
        width: 48%;
        margin-left: 3%;
    }
    .foot_top .ft_02 p{
        margin-bottom: 5px;
        line-height: 20px;
    }
    .foot_top .ft_03{
        float: none;
        width: 100%;
        text-align: center;
    }
    #foot{
        background-color:#37559a;
    }
}
@media screen and (max-width:768px){
    .foot_top .ft_01{
        display: block;
        width: auto;
        margin: auto;
    }
    .foot_top .ft_02{
        width: fit-content;
        margin: 0.24rem auto;
        display: block;
    }

}



@media screen and (max-width:600px){
    .banner_img{
        height: 70px;
        background:#f8f8f8;
    }
    .search_input #wd{
        width: 150px;
    }
    .phone_return{
        margin-right: 0;
    }
	 .foot_top .ft_01{
        width: 300px;
    }
    .foot_top .ft_02{
        width: 300px;
    }
    .foot_top{
        padding: 0.2rem 0;
    }
    .foot_bottom a{
        display: block;
        margin: auto;
    }
    .foot_bottom span{
        display: block;
        margin: auto;
    }
    .foot_bottom{
        padding: 0.14rem 0;
        height: auto;
        line-height: 24px;
    }
	}
@media screen and (max-width: 450px){
.search_input #wd {
    width: 200px;
}
.mo-logo{
	    width: 313px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
}
}
@media screen and (max-width: 390px){
	.mo-logo{
	width: 273px;
}

}
@media screen and (max-width: 350px){
	.mo-logo{
	width: 221px;
	    margin-top: 13px;
}

}